home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19990725-20000114 / 000384_news@columbia.edu _Mon Dec 20 18:36:06 1999.msg < prev    next >
Internet Message Format  |  2000-01-13  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA02376
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 20 Dec 1999 18:36:05 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA08993
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 20 Dec 1999 18:32:44 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: gerlach@netcom.com (Matthew H. Gerlach)
  10. Subject: Re: kermit scripting GUI capabilities?
  11. Date: 20 Dec 1999 23:21:03 GMT
  12. Organization: NETCOM / MindSpring Enterprises, Inc.
  13. Message-ID: <83mdkv$q3c$1@nntp8.atl.mindspring.net>
  14. To: kermit.misc@columbia.edu
  15.  
  16. If all you want is to script telnet rather than scripting telnet or 
  17. serial connections, may I suggest using Perl.  Perl has a very useful
  18. telnet module that makes scripting easy.  You can also use the Tk module
  19. to create a GUI.
  20.  
  21. Matthew
  22.  
  23.  
  24. In article <83isul$g9f$1@newsmaster.cc.columbia.edu>,
  25. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  26. >In article <83ilup$9r$1@bunyip.cc.uq.edu.au>,
  27. >Matthew <phyxx@netscape.net> wrote:
  28. >: I want to find a telnet program that can offer scripting capabilities. At
  29. >: the moment I am using Zoc (www.emtec.com) but the scripting capabilities
  30. >: offered by Zoc are limited by its lack of GUI options. The most it has is a
  31. >: one line input box or a box with a selection of buttons. Does Kermit offer a
  32. >: little more flexability in its scripting?
  33. >: 
  34. >Kermit has a very flexible scripting language with variables, arrays, block
  35. >structure, functions, regular expressions, etc, but it's not a GUI builder; it
  36. >is stricly text oriented.  See:
  37. >
  38. >  http://www.columbia.edu/kermit/scriptlib.html
  39. >
  40. >for samples.
  41. >
  42. >- Frank
  43.  
  44.